projects
/
ocaml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
578327a
)
fma test from test suite fails on hppa, enable emulation like on m68k
author
Stéphane Glondu
<glondu@debian.org>
Sun, 14 Dec 2025 09:53:11 +0000
(10:53 +0100)
committer
Stéphane Glondu
<glondu@debian.org>
Sun, 14 Dec 2025 09:53:11 +0000
(10:53 +0100)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 06c312c0b392f4b9faf1b12f97e55e9b2c14ec89..1916a550b7600b37aeb8ca1c4672b25ece9d58ab 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-72,6
+72,10
@@
endif
ifeq (m68k,$(DEB_BUILD_ARCH))
CONFIGURE_OPTS += --enable-imprecise-c99-float-ops
IGNORE_TESTS_FAILURE := || true
+# fma test from test suite fails on hppa, enable emulation like on m68k
+else ifeq (hppa,$(DEB_BUILD_ARCH))
+CONFIGURE_OPTS += --enable-imprecise-c99-float-ops
+IGNORE_TESTS_FAILURE := || true
else ifneq (,$(findstring hurd,$(DEB_BUILD_ARCH)))
IGNORE_TESTS_FAILURE := || true
else